{ "version": 4, "terraform_version": "1.8.3", "serial": 357, "lineage": "5c3f34ef-9224-30d0-0e23-152aa2a43762", "outputs": { "db_endpoint": { "value": "db-4.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-33b65247189ff9c1c", "ami": "ami-387b2b76", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0793bea5"], "subnet_id": "subnet-64573d47", "key_name": "prod-deploy-key" } } ] } ] }