{ "version": 4, "terraform_version": "1.8.8", "serial": 283, "lineage": "6d173f27-5e2b-3c03-5f24-8c3c09c0fe16", "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-aa6956aa1422dc6eb", "ami": "ami-50ed7a25", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-98acc039"], "subnet_id": "subnet-2d736e48", "key_name": "prod-deploy-key" } } ] } ] }