{ "version": 4, "terraform_version": "1.5.1", "serial": 266, "lineage": "e686eb95-4e1f-56ba-67ce-c39f38c672e1", "outputs": { "db_endpoint": { "value": "db-3.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-40c1d7c6169cfb92b", "ami": "ami-ca16b9d9", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9ef97fa0"], "subnet_id": "subnet-6bf1816b", "key_name": "prod-deploy-key" } } ] } ] }