{ "version": 4, "terraform_version": "1.7.4", "serial": 482, "lineage": "f8e74291-3cd9-751e-55b9-645420cea016", "outputs": { "db_endpoint": { "value": "db-1.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-bd4b7b5368f57a2d7", "ami": "ami-df8e1f0c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a3e80c62"], "subnet_id": "subnet-69433c3a", "key_name": "prod-deploy-key" } } ] } ] }