{ "version": 4, "terraform_version": "1.6.8", "serial": 206, "lineage": "1118dca1-72c5-2ec6-a205-046fb5ae676e", "outputs": { "db_endpoint": { "value": "db-4.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-989c935210d7642bc", "ami": "ami-6a2dd6dd", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a78a2838"], "subnet_id": "subnet-9242ba23", "key_name": "prod-deploy-key" } } ] } ] }