{ "version": 4, "terraform_version": "1.6.1", "serial": 191, "lineage": "92c904a3-b043-c136-72bd-3eabe47fe355", "outputs": { "db_endpoint": { "value": "db-0.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-77421c9d36cf48f3a", "ami": "ami-4addba7f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-582e33a0"], "subnet_id": "subnet-59b38830", "key_name": "prod-deploy-key" } } ] } ] }