{ "version": 4, "terraform_version": "1.6.3", "serial": 361, "lineage": "28c718ea-3431-d9f2-8bfb-1a8f75786279", "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-c7f65a8bde7442099", "ami": "ami-f49de78a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e5eda8ab"], "subnet_id": "subnet-a49f086a", "key_name": "prod-deploy-key" } } ] } ] }