{ "version": 4, "terraform_version": "1.7.5", "serial": 461, "lineage": "6825e5cb-5884-57b0-2ec5-97062160d3ed", "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-e1ae34fd94cdff7c2", "ami": "ami-8404595c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-72657266"], "subnet_id": "subnet-a3fa63ca", "key_name": "prod-deploy-key" } } ] } ] }