{ "version": 4, "terraform_version": "1.6.8", "serial": 588, "lineage": "98690280-f06c-3d18-b7f4-7f0486b1910c", "outputs": { "db_endpoint": { "value": "db-3.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-64cf47087add25c25", "ami": "ami-543b9a57", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8b78125b"], "subnet_id": "subnet-04787240", "key_name": "prod-deploy-key" } } ] } ] }