{ "version": 4, "terraform_version": "1.6.8", "serial": 113, "lineage": "7a381086-0a44-2bf0-7d2f-2cac33f52a42", "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-07f0942d1f4e93b64", "ami": "ami-6253a34a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-0684dc1d"], "subnet_id": "subnet-7dac8a1f", "key_name": "prod-deploy-key" } } ] } ] }