{ "version": 4, "terraform_version": "1.6.0", "serial": 162, "lineage": "f52f470b-c473-3ded-bb8f-0f5773e5a7f2", "outputs": { "db_endpoint": { "value": "db-1.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-c7b1138ee5851bc24", "ami": "ami-14bef9ec", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a943a692"], "subnet_id": "subnet-f1751a46", "key_name": "prod-deploy-key" } } ] } ] }