{ "version": 4, "terraform_version": "1.7.6", "serial": 546, "lineage": "36135a5d-b684-1f6b-2abc-02ff496a9438", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-46a8da22930e43861", "ami": "ami-8f887726", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4e618533"], "subnet_id": "subnet-14f64f40", "key_name": "prod-deploy-key" } } ] } ] }