{ "version": 4, "terraform_version": "1.7.1", "serial": 113, "lineage": "80a057bb-730d-0929-d026-205154999af3", "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-bc66b401a998c0073", "ami": "ami-2e20503a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-db42a6a2"], "subnet_id": "subnet-d41cff9b", "key_name": "prod-deploy-key" } } ] } ] }