{ "version": 4, "terraform_version": "1.5.2", "serial": 390, "lineage": "7a849a2a-ee3d-7ccd-bd11-b1c96c23a825", "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-730e7dcb4b421af32", "ami": "ami-ff6c6d61", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9d43bf5d"], "subnet_id": "subnet-ccbf7c6e", "key_name": "prod-deploy-key" } } ] } ] }