{ "version": 4, "terraform_version": "1.8.5", "serial": 382, "lineage": "c2fa2383-b199-278c-8482-9127352d158b", "outputs": { "db_endpoint": { "value": "db-3.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-c9dc3c9e72be4a51d", "ami": "ami-6a969150", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-89bfd4b8"], "subnet_id": "subnet-c8668a50", "key_name": "prod-deploy-key" } } ] } ] }