{ "version": 4, "terraform_version": "1.6.8", "serial": 491, "lineage": "9b775bd7-b5f8-0ed5-59fd-2832eee75cc7", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-198bb3f13e66bf66f", "ami": "ami-608a0dd3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5887c5c0"], "subnet_id": "subnet-49d3886c", "key_name": "prod-deploy-key" } } ] } ] }