{ "version": 4, "terraform_version": "1.7.8", "serial": 368, "lineage": "f627e84c-f9c7-dbd7-48ce-063d0c1cae73", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-bf2159d00c06db4a2", "ami": "ami-d0ecb7a2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-56555c88"], "subnet_id": "subnet-1c4ab02d", "key_name": "prod-deploy-key" } } ] } ] }