{ "version": 4, "terraform_version": "1.5.1", "serial": 453, "lineage": "e9b89dae-8582-6352-ace1-6741b440d081", "outputs": { "db_endpoint": { "value": "db-1.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-e1c859934b42cf79d", "ami": "ami-ea3f768a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-68d0c326"], "subnet_id": "subnet-417e5046", "key_name": "prod-deploy-key" } } ] } ] }