{ "version": 4, "terraform_version": "1.8.6", "serial": 528, "lineage": "0a463e9b-01f2-80a8-54a9-e4239a5efd10", "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-bca27b5b285994d3e", "ami": "ami-04c3a367", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a085de01"], "subnet_id": "subnet-51e5a82c", "key_name": "prod-deploy-key" } } ] } ] }