{ "version": 4, "terraform_version": "1.7.3", "serial": 451, "lineage": "18765904-4de5-153c-7be6-2a6c06d53ba0", "outputs": { "db_endpoint": { "value": "db-4.us-east-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-81adc251cc311c9e3", "ami": "ami-cf6db573", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-dcc887ef"], "subnet_id": "subnet-e23b9f39", "key_name": "prod-deploy-key" } } ] } ] }