{ "version": 4, "terraform_version": "1.5.3", "serial": 102, "lineage": "96fad02d-a811-106f-22e0-6cccc8ac094e", "outputs": { "db_endpoint": { "value": "db-2.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-59c4b69f07e2b0b4b", "ami": "ami-f4e89a9e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a2fe73e0"], "subnet_id": "subnet-9d1eb0ac", "key_name": "prod-deploy-key" } } ] } ] }