{ "version": 4, "terraform_version": "1.8.4", "serial": 436, "lineage": "82bb6203-d296-455d-54a6-6995354a4dbc", "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-61c03a8f7f26c29a1", "ami": "ami-c1e8b40b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-932f028e"], "subnet_id": "subnet-b0e0a529", "key_name": "prod-deploy-key" } } ] } ] }