{ "version": 4, "terraform_version": "1.6.0", "serial": 357, "lineage": "073a8e08-a3ef-8964-cfa7-b6d0fa8c629a", "outputs": { "db_endpoint": { "value": "db-2.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-ac51d66ccbfbfd23d", "ami": "ami-c4a69642", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a21e8e57"], "subnet_id": "subnet-914a4067", "key_name": "prod-deploy-key" } } ] } ] }