{ "version": 4, "terraform_version": "1.5.7", "serial": 335, "lineage": "66b362ba-4326-0d43-f01b-ad8d97617e66", "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-e1ccb80d8c2f2e414", "ami": "ami-d4aeef63", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0e753b5a"], "subnet_id": "subnet-04751dbd", "key_name": "prod-deploy-key" } } ] } ] }