{ "version": 4, "terraform_version": "1.5.9", "serial": 546, "lineage": "65d3b393-8c54-b1b8-e3f7-bc3e4552bd10", "outputs": { "db_endpoint": { "value": "db-0.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-7e8f1ff5514f0056d", "ami": "ami-b19786d1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-49775f61"], "subnet_id": "subnet-ec5912b1", "key_name": "prod-deploy-key" } } ] } ] }