{ "version": 4, "terraform_version": "1.6.9", "serial": 122, "lineage": "f9680609-32b9-2a3a-5e39-6daa26fadc3e", "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-5f6c64ba3dbcf9d6e", "ami": "ami-3c789d3f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0299a43d"], "subnet_id": "subnet-3e33c00c", "key_name": "prod-deploy-key" } } ] } ] }