{ "version": 4, "terraform_version": "1.7.8", "serial": 151, "lineage": "e931f414-ccb3-62c9-93e1-61da329c8f53", "outputs": { "db_endpoint": { "value": "db-3.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-ea240917a8b879a11", "ami": "ami-59f0db89", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-fc6120e4"], "subnet_id": "subnet-b9b11d38", "key_name": "prod-deploy-key" } } ] } ] }