{ "version": 4, "terraform_version": "1.8.3", "serial": 520, "lineage": "b59758cc-d869-5f3c-06a7-8b09e025c597", "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-31d45d070da56853b", "ami": "ami-eec4fd96", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-05b80eae"], "subnet_id": "subnet-bcadac76", "key_name": "prod-deploy-key" } } ] } ] }