{ "version": 4, "terraform_version": "1.5.1", "serial": 233, "lineage": "ff87f340-5b66-47ac-b9e9-22885129537f", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.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-4673d9bbc5f0a7ad3", "ami": "ami-be591f78", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-dd473273"], "subnet_id": "subnet-371f7039", "key_name": "prod-deploy-key" } } ] } ] }