{ "version": 4, "terraform_version": "1.8.6", "serial": 524, "lineage": "4c7b49f0-61e8-3b3d-e7e0-81e44350747f", "outputs": { "db_endpoint": { "value": "db-1.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-595d183a1ad8176aa", "ami": "ami-90c4dfe7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d4c78ebb"], "subnet_id": "subnet-e14d50ac", "key_name": "prod-deploy-key" } } ] } ] }