{ "version": 4, "terraform_version": "1.8.5", "serial": 176, "lineage": "6da93e04-30bb-0426-5e37-b825bc32416e", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-eeff2886ac9c9ce71", "ami": "ami-15033b6d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-35e67b0f"], "subnet_id": "subnet-f6e4de16", "key_name": "prod-deploy-key" } } ] } ] }