{ "version": 4, "terraform_version": "1.7.1", "serial": 519, "lineage": "8363fca2-67dd-4392-1c90-daffcff34a5a", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-03dcccb0143483bd5", "ami": "ami-19a2cc8e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f63bfd8e"], "subnet_id": "subnet-0d85ca6f", "key_name": "prod-deploy-key" } } ] } ] }