{ "version": 4, "terraform_version": "1.8.8", "serial": 271, "lineage": "4162061f-e41a-2c3d-c1fd-0d9475e6371c", "outputs": { "db_endpoint": { "value": "db-2.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-6d314a8fd00b4dba3", "ami": "ami-2a56ada4", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-4251a72f"], "subnet_id": "subnet-f6248afe", "key_name": "prod-deploy-key" } } ] } ] }