{ "version": 4, "terraform_version": "1.5.3", "serial": 338, "lineage": "139a0900-8782-fe80-a0b3-3928210d2722", "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-914e43d84fe9d482c", "ami": "ami-d4140d0a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b4c4f4f6"], "subnet_id": "subnet-59175feb", "key_name": "prod-deploy-key" } } ] } ] }