{ "version": 4, "terraform_version": "1.6.4", "serial": 451, "lineage": "0880d102-98f9-b6ad-78de-a34a25180be6", "outputs": { "db_endpoint": { "value": "db-4.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-ed7b70e564f75b553", "ami": "ami-c1485d98", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-19592c77"], "subnet_id": "subnet-82065643", "key_name": "prod-deploy-key" } } ] } ] }