{ "version": 4, "terraform_version": "1.5.2", "serial": 401, "lineage": "2fe56cd0-43ad-7d1f-aad7-efb0370385a9", "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-383e4762c662f2e1f", "ami": "ami-f2702697", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-577af180"], "subnet_id": "subnet-71b1e3a6", "key_name": "prod-deploy-key" } } ] } ] }