{ "version": 4, "terraform_version": "1.7.4", "serial": 541, "lineage": "aa24b071-843c-8e58-2600-47e73f13d22c", "outputs": { "db_endpoint": { "value": "db-0.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-8a0eef0735eb51484", "ami": "ami-191d66cb", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f404248b"], "subnet_id": "subnet-2604fdb5", "key_name": "prod-deploy-key" } } ] } ] }