{ "version": 4, "terraform_version": "1.8.6", "serial": 124, "lineage": "b395c6e9-6293-73e1-17bd-e1e52e2a0d8f", "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-dc665b5acebf415fb", "ami": "ami-8879f58f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7661dbc1"], "subnet_id": "subnet-62496fcc", "key_name": "prod-deploy-key" } } ] } ] }