{ "version": 4, "terraform_version": "1.6.9", "serial": 314, "lineage": "da3dd5fc-4d96-ab66-dd1c-2ae8002d259d", "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-6b0f781b26351a6c3", "ami": "ami-c342d767", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-74ab79e2"], "subnet_id": "subnet-f82624ef", "key_name": "prod-deploy-key" } } ] } ] }