{ "version": 4, "terraform_version": "1.5.2", "serial": 192, "lineage": "df386907-e66f-36b3-f8b8-7654f2303200", "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-908593aea23b17c1c", "ami": "ami-d7b513ec", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4707a75a"], "subnet_id": "subnet-f5ac8712", "key_name": "prod-deploy-key" } } ] } ] }