{ "version": 4, "terraform_version": "1.7.8", "serial": 188, "lineage": "6d7c5d97-36a4-e198-da41-4a25d1e91e41", "outputs": { "db_endpoint": { "value": "db-1.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-4103080715ecb4098", "ami": "ami-d3abcd8c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9ac4626e"], "subnet_id": "subnet-46a14f42", "key_name": "prod-deploy-key" } } ] } ] }