{ "version": 4, "terraform_version": "1.7.2", "serial": 326, "lineage": "e8412741-ae4a-f81f-23bc-928a2cf47f06", "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-ef73c1ad1a24d3183", "ami": "ami-db77a216", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b2182194"], "subnet_id": "subnet-6ed715bb", "key_name": "prod-deploy-key" } } ] } ] }