{ "version": 4, "terraform_version": "1.5.0", "serial": 569, "lineage": "7599b3ac-dd20-fc15-293b-37a2a8cfedf6", "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-f71347fe1b0d77a12", "ami": "ami-ec6db6ab", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ade4f2e7"], "subnet_id": "subnet-cacf34ea", "key_name": "prod-deploy-key" } } ] } ] }