{ "version": 4, "terraform_version": "1.7.6", "serial": 403, "lineage": "827becf0-59f5-0483-49d9-00369589cf94", "outputs": { "db_endpoint": { "value": "db-0.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-d73f1a1a72eea608d", "ami": "ami-95189e9f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f6fb3200"], "subnet_id": "subnet-3bf86d7d", "key_name": "prod-deploy-key" } } ] } ] }