{ "version": 4, "terraform_version": "1.6.6", "serial": 416, "lineage": "9d0361a6-20b8-bf55-86c0-dc083d989380", "outputs": { "db_endpoint": { "value": "db-0.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-cba6529d15f2a434b", "ami": "ami-52060ce7", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-607fa94b"], "subnet_id": "subnet-87935fa6", "key_name": "prod-deploy-key" } } ] } ] }