{ "version": 4, "terraform_version": "1.8.3", "serial": 184, "lineage": "20cb5866-e2e3-8be7-43ba-21430f9822ea", "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-888a7aee5f275cee0", "ami": "ami-0c539d1c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7e5b15be"], "subnet_id": "subnet-d25a9b48", "key_name": "prod-deploy-key" } } ] } ] }