{ "version": 4, "terraform_version": "1.7.4", "serial": 322, "lineage": "9940b7b2-b6ca-4c47-c9d3-4b3f5db2fcb3", "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-52c534a540d6097fe", "ami": "ami-e5212132", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a8372784"], "subnet_id": "subnet-0084606c", "key_name": "prod-deploy-key" } } ] } ] }