{ "version": 4, "terraform_version": "1.7.1", "serial": 475, "lineage": "756f35a0-8d52-7a46-554d-b13b557f5996", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.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-2033e6b7b4e68e713", "ami": "ami-13ca9178", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-211a464e"], "subnet_id": "subnet-eddabea2", "key_name": "prod-deploy-key" } } ] } ] }