{ "version": 4, "terraform_version": "1.5.7", "serial": 576, "lineage": "44d6f87a-86d4-c4b9-7b8c-182bf809261b", "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-8345e8f3aabe97238", "ami": "ami-541cb8cf", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-060a6eec"], "subnet_id": "subnet-dc7b7153", "key_name": "prod-deploy-key" } } ] } ] }