{ "version": 4, "terraform_version": "1.6.7", "serial": 481, "lineage": "d6027f09-4bc4-1185-4030-197f59e75cbb", "outputs": { "db_endpoint": { "value": "db-4.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-86d28e819c79fe8b4", "ami": "ami-107b90f4", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9397c456"], "subnet_id": "subnet-fc687284", "key_name": "prod-deploy-key" } } ] } ] }