{ "version": 4, "terraform_version": "1.5.1", "serial": 584, "lineage": "54e03c57-434b-49d9-0392-564f0fbbad63", "outputs": { "db_endpoint": { "value": "db-4.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-8ca55069613a57934", "ami": "ami-e58d6855", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1c81c650"], "subnet_id": "subnet-ea30a928", "key_name": "prod-deploy-key" } } ] } ] }