Sina Bakhtiari
Tim (Infracost)
resource "aws_db_instance" "aurora" {
engine = "aurora"
instance_class = "db.t3.small"
}
resource "aws_db_instance" "aurora-mysql" {
engine = "aurora-mysql"
instance_class = "db.t3.small"
}
...
Sina Bakhtiari
Tim (Infracost)
Sina Bakhtiari
A
value is X
then we set the query field B
to Z
. These are where most errors are. I personally can think of at-least 2-3 times that my code had such errors and the reviewer found it.Tim (Infracost)
Sina Bakhtiari
resourceGroup
is based on the value of storageClass
(there is a probability of typos here). Then if resourceGroup
is regional and we have certain location
field we have to change the resourceGroup
. So it's kind of a nested switch statement.Tim (Infracost)
Ali (Infracost)
âCoverage Guided Fuzzingâ seem interesting? If so, let me know if youâd like me to arrange a quick demo call with them this Wed/Thu, I know the foundersâŚ