{ "version": 4, "terraform_version": "1.5.6", "serial": 441, "lineage": "e28a0ca1-cbfd-00b5-9bd9-55dbeda0b48c", "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-64a69f9c48a2990dc", "ami": "ami-c4203164", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-89259418"], "subnet_id": "subnet-35a365de", "key_name": "prod-deploy-key" } } ] } ] }