{ "version": 4, "terraform_version": "1.8.6", "serial": 411, "lineage": "f2e137d0-ab07-990a-0919-63406b36498b", "outputs": { "db_endpoint": { "value": "db-1.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-0f91e9f43a368aa82", "ami": "ami-4556cc4c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ced93cfd"], "subnet_id": "subnet-5fa2ea49", "key_name": "prod-deploy-key" } } ] } ] }