{ "version": 4, "terraform_version": "1.5.4", "serial": 194, "lineage": "6c6fd36e-86b5-3c28-e690-57325232fe27", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-aadddf2a4de413c0c", "ami": "ami-7b868a80", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-61722720"], "subnet_id": "subnet-ea453bb1", "key_name": "prod-deploy-key" } } ] } ] }