{ "version": 4, "terraform_version": "1.6.7", "serial": 415, "lineage": "5b784043-c013-382c-d110-36e1d19a5a71", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.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-42b5299e2c0924a32", "ami": "ami-3ae1c582", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a601c12a"], "subnet_id": "subnet-1705a14b", "key_name": "prod-deploy-key" } } ] } ] }