{ "version": 4, "terraform_version": "1.5.4", "serial": 174, "lineage": "df98518f-81f5-dc9c-9dcb-3533875053ac", "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-eaf481343f4abf91a", "ami": "ami-1a9e4f30", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e295b55d"], "subnet_id": "subnet-3e50e352", "key_name": "prod-deploy-key" } } ] } ] }