{ "version": 4, "terraform_version": "1.7.2", "serial": 309, "lineage": "dc62c5bd-2bdb-ce9c-d446-76d3c84faea9", "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-40d3b49da9c42c17b", "ami": "ami-b6f1fbf0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ad188d57"], "subnet_id": "subnet-61f885a7", "key_name": "prod-deploy-key" } } ] } ] }