{ "version": 4, "terraform_version": "1.8.2", "serial": 573, "lineage": "a5f537e3-a052-b6e0-88da-506203e9989b", "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-8a4a2bb803c972ba4", "ami": "ami-e9cef187", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-98a3484e"], "subnet_id": "subnet-ddee74d8", "key_name": "prod-deploy-key" } } ] } ] }