{ "version": 4, "terraform_version": "1.7.5", "serial": 111, "lineage": "50112bbc-dd51-f7df-14e0-f2c49cfaf007", "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-e307b7f00f42d9d56", "ami": "ami-6ef8ed70", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-160b8546"], "subnet_id": "subnet-cae6048c", "key_name": "prod-deploy-key" } } ] } ] }