{ "version": 4, "terraform_version": "1.6.7", "serial": 425, "lineage": "26b6b2fb-0a14-7f2e-a01a-f39d3b67f717", "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-26600b9e99fe8beb0", "ami": "ami-60a0cf18", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f42a213b"], "subnet_id": "subnet-0d589ccd", "key_name": "prod-deploy-key" } } ] } ] }