{ "version": 4, "terraform_version": "1.6.8", "serial": 458, "lineage": "d6fbdc61-ff2e-55fa-6c54-50baaa252824", "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-5827970d3ed06e1a7", "ami": "ami-b4fb0ffa", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d900b5ff"], "subnet_id": "subnet-4930f926", "key_name": "prod-deploy-key" } } ] } ] }