{ "version": 4, "terraform_version": "1.6.7", "serial": 173, "lineage": "897c8493-6445-ae62-9c99-79c653e9af1c", "outputs": { "db_endpoint": { "value": "db-3.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-37ec8e09c6f864b12", "ami": "ami-7d719d8a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4f503090"], "subnet_id": "subnet-70dfc201", "key_name": "prod-deploy-key" } } ] } ] }