{ "version": 4, "terraform_version": "1.6.5", "serial": 497, "lineage": "a9494575-a930-9eae-af35-3c65884c3b92", "outputs": { "db_endpoint": { "value": "db-0.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-2ef35d28a649bb3e2", "ami": "ami-31abdaf6", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d3d7e7b1"], "subnet_id": "subnet-e9fc8e1b", "key_name": "prod-deploy-key" } } ] } ] }