{ "version": 4, "terraform_version": "1.5.5", "serial": 320, "lineage": "17f8da2e-8f9a-1f1e-279a-5bec0f1abc72", "outputs": { "db_endpoint": { "value": "db-2.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-9ed6495ba6cfcb449", "ami": "ami-5d0d164d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-855250f1"], "subnet_id": "subnet-9565f865", "key_name": "prod-deploy-key" } } ] } ] }